Skip to content

Remove #[no_mangle] from the panic handler (#8198)#28

Merged
nazar-pc merged 1 commit intosubspace-v9from
fix-wasm-build
Apr 15, 2025
Merged

Remove #[no_mangle] from the panic handler (#8198)#28
nazar-pc merged 1 commit intosubspace-v9from
fix-wasm-build

Conversation

@teor2345
Copy link
Copy Markdown

This PR fixes building and executing runtimes with Rust 1.87.

This is a backport of the code changes in paritytech#8198


Fixes paritytech#8190

Remove useless #[no_mangle] from the panic handler which screws up the panic handling machinery on recent versions of Rust.

Fixes paritytech#8190

Remove useless `#[no_mangle]` from the panic handler which screws up the
panic handling machinery on recent versions of Rust.

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@teor2345 teor2345 added the bug Something isn't working label Apr 14, 2025
@teor2345 teor2345 requested a review from nazar-pc April 14, 2025 23:17
@teor2345 teor2345 self-assigned this Apr 14, 2025
@nazar-pc nazar-pc merged commit ad62cc9 into subspace-v9 Apr 15, 2025
57 of 132 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants